1   /*
2    * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
3    * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4    *
5    * This code is free software; you can redistribute it and/or modify it
6    * under the terms of the GNU General Public License version 2 only, as
7    * published by the Free Software Foundation.  Oracle designates this
8    * particular file as subject to the "Classpath" exception as provided
9    * by Oracle in the LICENSE file that accompanied this code.
10   *
11   * This code is distributed in the hope that it will be useful, but WITHOUT
12   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14   * version 2 for more details (a copy is included in the LICENSE file that
15   * accompanied this code).
16   *
17   * You should have received a copy of the GNU General Public License version
18   * 2 along with this work; if not, write to the Free Software Foundation,
19   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20   *
21   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22   * or visit www.oracle.com if you need additional information or have any
23   * questions.
24   */
25  
26  /*
27   */
28  
29  /*
30   * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
31   * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
32   *
33   * The original version of this source code and documentation
34   * is copyrighted and owned by Taligent, Inc., a wholly-owned
35   * subsidiary of IBM. These materials are provided under terms
36   * of a License Agreement between Taligent and Sun. This technology
37   * is protected by multiple US and International patents.
38   *
39   * This notice and attribution to Taligent may not be removed.
40   * Taligent is a registered trademark of Taligent, Inc.
41   *
42   */
43  
44  package sun.text.resources;
45  
46  import java.util.ListResourceBundle;
47  
48  public class CollationData_iw extends ListResourceBundle {
49  
50      protected final Object[][] getContents() {
51          return new Object[][] {
52              { "Rule",
53                   "& \u0361 = \u05c4 "
54                 + "& \u030d = \u0591 "
55                 + "; \u0592 "
56                 + "; \u0593 "
57                 + "; \u0594 "
58                 + "; \u0595 "
59                 + "; \u0596 "
60                 + "; \u0597 "
61                 + "; \u0598 "
62                 + "; \u0599 "
63                 + "& \u0301 = \u059a "
64                 + "& \u0300 = \u059b "
65                 + "& \u0307 = \u059c ; \u059d "
66                 + "& \u0302 = \u059e "
67                 + "& \u0308 = \u059f "
68                 + "& \u030c = \u05a0 "
69                 + "& \u0306 = \u05a1 "
70                 + "& \u0304 = \u05a3 ; \u05a4 "
71                 + "& \u0303 = \u05a5 "
72                 + "& \u030a = \u05a6 "
73                 + "& \u0328 = \u05a7 "
74                 + "& \u0327 = \u05a8 "
75                 + "& \u030b = \u05a9 "
76                 + "& \u0336 = \u05aa "
77                 + "& \u0337 = \u05ab "
78                 + "& \u0338 = \u05ac ; \u05ad ; \u05ae "
79                 + "; \u05af "
80                  // Points
81                 + "; \u05b0 "
82                 + "; \u05b1 "
83                 + "; \u05b2 "
84                 + "; \u05b3 "
85                 + "; \u05b4 "
86                 + "; \u05b5 "
87                 + "; \u05b6 "
88                 + "; \u05b7 "
89                 + "; \u05b8 "
90                 + "; \u05b9 "
91                 + "; \u05bb "
92                 + "; \u05bc "
93                 + "; \u05bd "
94                 + "; \u05bf "
95                 + "; \u05c0 "
96                 + "; \u05c1 "
97                 + "; \u05c2 "
98                  // Punctuations
99                 + "& \u00b5 < \u05be "
100                + "< \u05c3 "
101                + "< \u05f3 "
102                + "< \u05f4 "
103                 // Hebrew letters sort after Z's
104                + "& Z < \u05d0 "
105                + "< \u05d1 "
106                + "< \u05d2 "
107                + "< \u05d3 "
108                + "< \u05d4 "
109                + "< \u05d5 "
110                + "< \u05f0 "
111                + "< \u05f1 "
112                + "< \u05d6 "
113                + "< \u05d7 "
114                + "< \u05d8 "
115                + "< \u05d9 "
116                + "< \u05f2 "
117                + "< \u05da , \u05db "
118                + "< \u05dc "
119                + "< \u05dd , \u05de "
120                + "< \u05df , \u05e0 "
121                + "< \u05e1 "
122                + "< \u05e2 "
123                + "< \u05e3 , \u05e4 "
124                + "< \u05e5 , \u05e6 "
125                + "< \u05e7 "
126                + "< \u05e8 "
127                + "< \u05e9 "
128                + "< \u05ea "
129             },
130         };
131     }
132 }